Skip to content

RxCommand.Execute(TParam) method

Defined in

Type: RxCommand Namespace: ReactiveMarbles.Command Assembly: ReactiveMarbles.Command.dll

Applies to

netstandard2.0

Overloads

  • 1. public IObservable<TResult> Execute(TParam parameter)
  • 2. public IObservable<TResult> Execute()

1. Overload

public IObservable<TResult> Execute(TParam parameter)

View source

Inherited documentation

These docs were inherited from IRxCommand. The member doesn't override them on this type.

Summary: Encapsulates a user action behind a reactive interface. This is for interop inside for the command binding. Not meant for external use due to the fact it doesn't implement ICommand to force the user to favor the Reactive style command execution.

Parameters

NameTypeDescription
parameterTParam--

Returns: IObservable

2. Overload

public IObservable<TResult> Execute()

View source

Inherited documentation

These docs were inherited from IRxCommand. The member doesn't override them on this type.

Summary: Encapsulates a user action behind a reactive interface. This is for interop inside for the command binding. Not meant for external use due to the fact it doesn't implement ICommand to force the user to favor the Reactive style command execution.

Returns: IObservable